Skip to content

Fix clean area v2 for HA#1507

Open
MarkusMWolff wants to merge 7 commits into
DeebotUniverse:devfrom
MarkusMWolff:Fix-CleanArea_V2
Open

Fix clean area v2 for HA#1507
MarkusMWolff wants to merge 7 commits into
DeebotUniverse:devfrom
MarkusMWolff:Fix-CleanArea_V2

Conversation

@MarkusMWolff

Copy link
Copy Markdown
Contributor

Makes the clean area method available to Home Assistant for newer models using the V2 API.
Related to: home-assistant/core#165933

@codecov

codecov Bot commented Mar 30, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.82%. Comparing base (cc7bef4) to head (3489261).

Additional details and impacted files
@@           Coverage Diff           @@
##              dev    #1507   +/-   ##
=======================================
  Coverage   94.82%   94.82%           
=======================================
  Files         153      153           
  Lines        6010     6013    +3     
  Branches      350      351    +1     
=======================================
+ Hits         5699     5702    +3     
  Misses        249      249           
  Partials       62       62           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@codspeed-hq

codspeed-hq Bot commented Mar 30, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

✅ 113 untouched benchmarks


Comparing MarkusMWolff:Fix-CleanArea_V2 (3489261) with dev (cc7bef4)

Open in CodSpeed

"type": mode.value,
"value": ",".join(str(i) for i in area),
}
if mode == CleanMode.SPOT_AREA:

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will break many bots as for example my bot does not support freeclean.

We don't can change it like this... We need to extend the capabilities so this command is aware of the model and changes only for the models which need it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants